projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f59f8a
)
Revert default debug on cset 11576:4a3d9fa6ba24.
author
Steven Hand
<steven@xensource.com>
Fri, 22 Sep 2006 13:55:11 +0000
(14:55 +0100)
committer
Steven Hand
<steven@xensource.com>
Fri, 22 Sep 2006 13:55:11 +0000
(14:55 +0100)
Signed-off-by: Steven Hand <steven@xensource.com>
Config.mk
patch
|
blob
|
history
diff --git
a/Config.mk
b/Config.mk
index a9040a33452752ccb5c02c39e5be857d60a28dca..74bd8ec80c6f0b6c5e1454b7940df20d382d9ea9 100644
(file)
--- a/
Config.mk
+++ b/
Config.mk
@@
-1,7
+1,7
@@
# -*- mode: Makefile; -*-
# A debug build of Xen and tools?
-debug ?=
y
+debug ?=
n
XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
-e s/ppc/powerpc/)